Micron Document
pintobyte rngit

Node / public / lxmf.git / commits / 54005c1

Commit 54005c148a3b2f74d5435cc0ccad2fda7426a9f6


Parents : abe2e78
Author : Mark Qvist <mark@unsigned.io>
Date : 2022-11-24T17:59:50+01:00

Updated versions

Changes

2 files changed, 2 insertions(+), 2 deletions(-)

M setup.py +1 -1

Diff

diff --git a/LXMF/_version.py b/LXMF/_version.py
index fe404ae..01ef120 100644
--- a/LXMF/_version.py
+++ b/LXMF/_version.py
@@ -1 +1 @@
-__version__ = "0.2.5"
+__version__ = "0.2.6"

diff --git a/setup.py b/setup.py
index 49dd05a..2199715 100644
--- a/setup.py
+++ b/setup.py
@@ -25,6 +25,6 @@ setuptools.setup(
'lxmd=LXMF.Utilities.lxmd:main',
]
},
- install_requires=['rns>=0.4.1'],
+ install_requires=['rns>=0.4.2'],
python_requires='>=3.6',
)

Served by rngit 1.4.0 - Generated in 0.12s